This query returns a C string containing the name of the style set as the Next Style.Defining or editing a style. If you are defining or editing a style using the PStyleBegin command, PageMaker gets the Next Style for that style rather than for the selected text.
Empty string. PageMaker returns an empty string for sNextStyle:
To change the next style setting, use the PNextStyle command.
PGetNextStyle nextStyle;
if (strcmp(nextStyle, "") == 0) ...
Comments or suggestions? Contact Adobe Developer Support